This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I had the same issue with the tabbed panel validation and don't know if you sorted out or not, but I came up with this.
Define the onclick event on each tabPanels of your tabbedPanel and add the following code:
var tab:com.ibm.xsp.component.UITabbedPanel = getComponent(<id_of_tabbedPanel>);
tab.setSelectedTab(<id_of_tab>);
Can use full update or partail update to refresh only the content part of the page and check the "No data validation" checkbox.
Another alternative is to use viewScope or sessionScope variables and set the name of the tab you select, like viewScope.selectedTab = "tabPanel1". Then put viewScope.selectedTab expression in the tabbedPanel's selectedTab property.
Tibor
Feedback response number WEBB7SWBYW created by ~Ben Quettumigennivu on 06/11/2009